home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / pgpwin11 / readme.txt < prev   
Text File  |  1993-09-03  |  6KB  |  133 lines

  1. First, a disclaimer:
  2. I use these progs and enjoy them. You want them? be my guest.
  3. For all you know, these things might be trojans (read the PGP
  4. docs for details). You wanna be sure? check & recompile the source code
  5. (pretty short). The .EXEs are signed by me (*.asc) but I'm not responsible
  6. for my deeds (I was drunk that night).
  7. I'm certainly not responsible for YOURS.
  8. Also (while you're at it), check *.BAT for dirty tricks.
  9.  
  10. Feel free to comment, etc.
  11.  
  12. Nimrod Shabtai Kerrett (Abu-Zeresh)                 (.~.)   
  13. Work:[+972-3]6963277 Fun:[+972-3]810253 +----------w--U--w--------|= :
  14. home: zeitgeist@attmail.com             | Power to the people doesn't
  15. TAU:  zzzen@math.tau.ac.il              | come with a standard plug...
  16. Fax: [+972-3]6965645 ATTN Nimrod       ///
  17.  
  18. -----BEGIN PGP PUBLIC KEY BLOCK-----
  19. Version: 2.3
  20.  
  21. mQBNAiuzMUAAAAECAK/7vgi1eyendidcWVHqRLasBYX7L/4SwDVY4RRxwvZpfJHW
  22. uF1DMFuuI4D9UnjQXTR5BGiOGq9XDcTGg2Ml/XUABRG0Lk5pbXJvZCBTaGFidGFp
  23. IEtlcnJldHQgPHplaXRnZWlzdEBhdHRtYWlsLmNvbT60IUFkZHJlc3Mgc3ViamVj
  24. dCB0byB2aW9sZW50IGNoYW5nZQ==
  25. =GdTW
  26. -----END PGP PUBLIC KEY BLOCK-----
  27.  
  28.  
  29. ===============================Contents===================================
  30.  
  31. This package contains 2 Visual-Basic tricks to help you forget the DOSy
  32. nature of PGP and make you feel like an end user. 
  33.  
  34. There are 2 programs:
  35. pgpc.exe - the composer [ needs pgpcomp.{bat,pif} & pgpkeys.{bat,pif}]
  36. pgpr.exe - the reader   [ needs pgpread.{bat,pif}]
  37.  
  38. Other files in the zip:
  39. *.asc - signatures on .EXEs
  40. *.frm,*.mak - VB source code for the paranoid (not documented, but short).
  41.  
  42. You'll also need: PGP (pgpwin was tested with 2.3)
  43. and VBRUN100.DLL [e.g. pub/pc/win3/util/vbrun100.zip@ftp.cica.indiana.edu]
  44.  
  45. ===============================PGPC.EXE (Ver 1.1)=========================
  46. New for 1.1:
  47. - Bug fix in "ReRead Keys"
  48. - Added "Sign As" text field (because my wife now has her own key)
  49.  
  50. This is a front end for composing a short ASCII-armored pgp message
  51. The window consists of:
  52.  
  53. Text-pad: That's where you write the plain-text
  54.  
  55. To-field: You can write name(s) of recpient(s) here
  56.           NOTE: if the list is empty, no encryption will take place, but
  57.                 other things you asked for will happen (e.g. signature,
  58.                 eyes-only) If you asked for nothing, you still get ASCII-
  59.                 armouring of your ASCII message (can squeeze a few laughs
  60.                 at the NSA secret policeman's ball).
  61.  
  62. To-list:  List of public keys found in your pubring.pgp
  63.           Double-click on a name and it will be added to the To-field:
  64.           It will look like a funny hex number, but don't worry -
  65.           that hexnum IS your mate (as mystic as it sounds).
  66.           This list is generated the first time you run pgpc, or
  67.           if you press the "ReRead Keys" button.
  68.  
  69. Sign [as]: Sign your text (you will be prompted for password by
  70.            the PGP dos-window).
  71.  
  72. Sign-as-field: If you have more than 1 key in your secring (e.g. if you're
  73.                married to a PGPer), you can specifiy "sign-as-who" in the
  74.                text-field below. If you don't, default is assumed
  75.                (i.e. last secret key added).
  76.  
  77. Eyes-Only: Recepient won't be able to save to file (only view)
  78.  
  79. ReRead-Keys: Will reread your pubring (use it if you've added some keys).
  80.              NOTE: If you delete the file "pgpk$tmp.$$$" before invoking
  81.                    PGPC, you'll get the same result.
  82.  
  83.  
  84. Go:       Saves text to temp file, runs PGP on it in a window
  85.           (original file will be wiped since the -w switch is always
  86.           used). The encrypted file is created, and notepad is
  87.           invoked on it. PGPC exits and the rest is up to you:
  88.           copy & paste, save as file, whatever.
  89.  
  90. NOTE!
  91. =====
  92.  It is assumed that:
  93. - pgpcomp.pif, pgpcomp.bat, pgpkeys.pif & pgpkeys.bat are in the path
  94.   (or current dir)
  95.  
  96. - pgp.exe is in the path and PGPPATH is set correctly:
  97.   - If you don't want pgp in your path, edit pgpcomp.bat & pgpkeys.bat
  98.     and enter the full path for pgp.exe
  99.   - If you don't understand what PGPPATH is, READ THE PGP MANUAL!
  100.     (as PRZ keeps saying)
  101.  
  102. ==============================PGPR.EXE (still 1.0)=========================
  103.             
  104. This is so simple it's almost stupid:
  105. This program accepts a filename as argument and launches notepad.
  106. It starts searching in the bacground for "-----BEGIN PGP" in the text.
  107. If found, pgpread.pif is launched with the file
  108. (pgpread.bat simply runs "pgp -m %1").
  109.  
  110. Uses:
  111. 1) Some offline mail-readers (e.g. cinetic mail-manager) let you configure
  112.    which prog should be invoked in order to read a message: (default is
  113.    notepad.exe) So you simply put pgpr.exe instead: You'll alway get notepad,
  114.    if needed - you'll also get pgp [-m] in a window.
  115. 2) You can associate *.TXT and/or *.ASC with pgpr.exe in the file manager.
  116.  
  117. You can check pgpr.exe by running it on THIS readme file.
  118. This way you can add my key to your pubring.
  119. Also (recommended), use it on pgpc.asc and pgpr.asc to verify no one
  120. tampered with the .EXEs (But if you're paranoid, maybe the pubkey
  121. above is not mine and this is all a trick. You'd better check &
  122. recompile the source code).
  123.  
  124. NOTE!
  125. =====
  126.  It is assumed that:
  127. - pgpread.pif & pgpread.bat are in the path (or current dir)
  128.  
  129. - pgp.exe is in the path and PGPPATH is set correctly:
  130.   - If you don't want pgp in your path, edit pgpread.bat and enter the
  131.     full path for pgp.exe
  132.   - If you don't understand what PGPPATH is, I'm terribly sorry ;)
  133.